home *** CD-ROM | disk | FTP | other *** search
/ 321 GAMES / 321GAMES.iso / advent / zoom / pizza / zoom.dxr / 00003_code from demo.ls < prev    next >
Encoding:
Text File  |  1996-03-28  |  280 b   |  18 lines

  1. global whatsndfolder, fileSep, gSpot
  2.  
  3. on playvox whatsound
  4.   sound playFile 1, the pathName & whatsndfolder & fileSep & whatsound
  5. end
  6.  
  7. on waitForVox
  8.   if not soundBusy(1) then
  9.     go(marker(1))
  10.   end if
  11. end
  12.  
  13. on waitForVoxLoop
  14.   if soundBusy(1) then
  15.     go(marker(0))
  16.   end if
  17. end
  18.